Skip to main content

revZipDeleteItem

Type

command

Summary

Deletes an item from a zip archive.

Syntax

revZipDeleteItem <archivePath>, <itemName>

Description

Use the revZipDeleteItem command to remove one of the items from an open zip archive. The archive must first have been opened using the revZipOpenArchive command.

Parameters

NameTypeDescription

archivePath

The absolute path to the zip archive to remove an item from.

itemName

The name of the item in the archive to remove. If revZipDeleteItem encounters an error then the result will be set to an error code beginning with "ziperr", otherwise the result will be empty

Examples

revZipDeleteItem tArchive, "myZippedItem"

function: revZipDescribeItem, revZipEnumerateItems

command: revZipOpenArchive, revZipRenameItem

Compatibility and Support

Introduced

LiveCode 2.7.3

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?